home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / effect / generic / dry_vcol_tex / r2xx_fog.atifs < prev    next >
Text File  |  2008-07-25  |  270b  |  19 lines

  1. # dry.vcol.tex.fog
  2.  
  3. #var sampler2D texture : texunit 0
  4.  
  5. !!ATIfs1.0
  6.  
  7. StartOutputPass;
  8.     # texel = tex2D(texture, v.tex_coord_0)
  9.     SampleMap    r0, t0.str;
  10.  
  11.     PassTexCoord    r3, t3.str;
  12.  
  13.     # mix = texel * v.color
  14.     MUL        r0.rgb, r0, r3;
  15.     MUL        r0.a, r0.a, color0.a;
  16. EndPass;
  17.  
  18. # eof #
  19.